home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / English.lproj / Errors / Main.emsg < prev    next >
Encoding:
Text File  |  1996-01-31  |  1.1 KB  |  32 lines

  1.  
  2. ########################################################################
  3. # Standard actions:
  4. #    SP is the standard panel for errors
  5. #    WP is the standard panel for warnings
  6. #    IP is a panel for internal errors (and other 'unexpected' errors)
  7. #    MM sends off a mail to us
  8. ########################################################################
  9.  
  10. SP = alert("ALEXANDRA","$MESSAGE","Cancel");
  11. WP = alert("Note","$MESSAGE","Ok");
  12. IP = alert("INTERNAL ERROR","$MESSAGE\nTry to quit Alexandra.","Ok");
  13. MM = mail("alexandra-bugs@object-factory.com", "Bug Report: Alexandra 0.82", f:"Mailtemplate.text");
  14.  
  15. ########################################################################
  16. # Ranges
  17. ########################################################################
  18.  
  19. %class GeneralErrors    A10000 - A11999
  20. %class ComposingErrors    A12000 - A12999
  21. %class NNTPErrors        A13000 - A13999
  22. %class Preferences        A20000 - A20999
  23. %class Notifications    A90000 - A99999
  24.  
  25. ########################################################################
  26. # Descriptions
  27. ########################################################################
  28.  
  29. %include "System.emsg"
  30. %include "General.emsg"
  31.  
  32.